Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / clients / {id} / installation / jboss

Return XML that can be included in the JBoss/Wildfly Keycloak subsystem to configure the adapter of that client.

Path parameters:
realm - realm name (not id!)
id - id of client (not client-id)

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/clients/{id}/installation/jbossReturn XML that can be included in the JBoss/Wildfly Keycloak subsystem to configure the adapter of that client.

Method Detail

GET /admin/realms/{realm}/clients/{id}/installation/jboss

Return XML that can be included in the JBoss/Wildfly Keycloak subsystem to configure the adapter of that client.

HTTP Example:
GET /admin/realms/{realm}/clients/{id}/installation/jboss
API Example:

ClientResource.getJBossInstallation({'realm': /* name realm name (not id!) */,
  'id': /* id id of client (not client-id) */});

Output:
String -
Produces:
text/plain

Keycloak REST Services 1.5.0-Final